home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 October / Designer's Club 1996 October.iso / mac / Idea Source / GALLERY.DIR / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-12  |  129 b   |  10 lines

  1. on mouseDown
  2.   puppetSprite(5, 0)
  3.   puppetSound("heartbeat")
  4.   if soundBusy(1) then
  5.     nothing()
  6.   else
  7.     quit()
  8.   end if
  9. end
  10.